home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / qrep097a.zip / LABELREP.DFM / LABELREP.txt
Text File  |  1996-01-08  |  5KB  |  224 lines

  1. object LabelForm: TLabelForm
  2.   Left = 366
  3.   Top = 204
  4.   Width = 808
  5.   Height = 796
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   BorderStyle = bsDialog
  9.   Caption = 'LabelForm'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Courier New'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object QRBand1: TQRBand
  17.     Left = 0
  18.     Top = 22
  19.     Width = 1200
  20.     Height = 71
  21.     Align = alTop
  22.     BandType = rbDetail
  23.     Color = clWhite
  24.     ForceNewPage = False
  25.     Frame.Width = 0
  26.     Ruler = qrrInchesHV
  27.     object QRDBText1: TQRDBText
  28.       Left = 14
  29.       Top = 6
  30.       width = 203
  31.       height = 13
  32.       DataSource = DataSource1
  33.       DataField = 'Company'
  34.     end
  35.     object QRDBText2: TQRDBText
  36.       Left = 14
  37.       Top = 19
  38.       width = 216
  39.       height = 13
  40.       DataSource = DataSource1
  41.       DataField = 'Addr1'
  42.     end
  43.     object QRDBText4: TQRDBText
  44.       Left = 14
  45.       Top = 45
  46.       width = 216
  47.       height = 13
  48.       Color = clWhite
  49.       DataSource = DataSource1
  50.       DataField = 'AdrLine4'
  51.     end
  52.     object QRDBText3: TQRDBText
  53.       Left = 14
  54.       Top = 32
  55.       width = 219
  56.       height = 13
  57.       DataSource = DataSource1
  58.       DataField = 'AdrLine3'
  59.     end
  60.   end
  61.   object QRBand2: TQRBand
  62.     Left = 0
  63.     Top = 0
  64.     Width = 1200
  65.     Height = 22
  66.     Align = alTop
  67.     BandType = rbPageHeader
  68.     Color = clWhite
  69.     ForceNewPage = False
  70.     Frame.Width = 0
  71.     Ruler = qrrNone
  72.     object QRLabel1: TQRLabel
  73.       Left = 11
  74.       Top = 3
  75.       width = 218
  76.       height = 15
  77.       Alignment = taCenter
  78.       Caption = 'QuickReport mailing label demo report'
  79.       AlignToBand = True
  80.       Font.Color = clBlack
  81.       Font.Height = -12
  82.       Font.Name = 'Arial'
  83.       Font.Style = [fsBold]
  84.     end
  85.     object QRSysData1: TQRSysData
  86.       Left = 644
  87.       Top = 4
  88.       width = 65
  89.       height = 17
  90.       Alignment = taRightJustify
  91.       AlignToBand = True
  92.       AutoSize = False
  93.       Data = qrsPageNumber
  94.       Text = 'Page '
  95.     end
  96.   end
  97.   object QRBand3: TQRBand
  98.     Left = 0
  99.     Top = 93
  100.     Width = 1200
  101.     Height = 612
  102.     Align = alTop
  103.     BandType = rbOverlay
  104.     Color = clWhite
  105.     ForceNewPage = False
  106.     Frame.Width = 0
  107.     Ruler = qrrNone
  108.     object QRLabel2: TQRLabel
  109.       Left = 24
  110.       Top = 348
  111.       width = 704
  112.       height = 114
  113.       Alignment = taCenter
  114.       Caption = 'QuickReport'
  115.       AlignToBand = True
  116.       Font.Color = clBlack
  117.       Font.Height = -107
  118.       Font.Name = 'Courier New'
  119.       Font.Style = []
  120.       Transparent = True
  121.     end
  122.     object QRLabel3: TQRLabel
  123.       Left = 24
  124.       Top = 464
  125.       width = 256
  126.       height = 114
  127.       Alignment = taCenter
  128.       Caption = 'demo'
  129.       AlignToBand = True
  130.       Font.Color = clBlack
  131.       Font.Height = -107
  132.       Font.Name = 'Courier New'
  133.       Font.Style = []
  134.       Transparent = True
  135.     end
  136.   end
  137.   object Table1: TTable
  138.     Active = True
  139.     OnCalcFields = Table1CalcFields
  140.     DatabaseName = 'DBDEMOS'
  141.     TableName = 'CUSTOMER.DB'
  142.     Left = 35
  143.     Top = 100
  144.     object Table1CustNo: TFloatField
  145.       FieldName = 'CustNo'
  146.     end
  147.     object Table1Company: TStringField
  148.       FieldName = 'Company'
  149.       Size = 30
  150.     end
  151.     object Table1Addr1: TStringField
  152.       FieldName = 'Addr1'
  153.       Size = 30
  154.     end
  155.     object Table1Addr2: TStringField
  156.       FieldName = 'Addr2'
  157.       Size = 30
  158.     end
  159.     object Table1City: TStringField
  160.       FieldName = 'City'
  161.       Size = 15
  162.     end
  163.     object Table1State: TStringField
  164.       FieldName = 'State'
  165.     end
  166.     object Table1Zip: TStringField
  167.       FieldName = 'Zip'
  168.       Size = 10
  169.     end
  170.     object Table1Country: TStringField
  171.       FieldName = 'Country'
  172.     end
  173.     object Table1Phone: TStringField
  174.       FieldName = 'Phone'
  175.       Size = 15
  176.     end
  177.     object Table1FAX: TStringField
  178.       FieldName = 'FAX'
  179.       Size = 15
  180.     end
  181.     object Table1TaxRate: TFloatField
  182.       FieldName = 'TaxRate'
  183.     end
  184.     object Table1Contact: TStringField
  185.       FieldName = 'Contact'
  186.     end
  187.     object Table1LastInvoiceDate: TDateTimeField
  188.       FieldName = 'LastInvoiceDate'
  189.     end
  190.     object Table1AdrLine3: TStringField
  191.       Calculated = True
  192.       FieldName = 'AdrLine3'
  193.       Size = 30
  194.     end
  195.     object Table1AdrLine4: TStringField
  196.       Calculated = True
  197.       FieldName = 'AdrLine4'
  198.       Size = 30
  199.     end
  200.   end
  201.   object DataSource1: TDataSource
  202.     DataSet = Table1
  203.     Left = 67
  204.     Top = 100
  205.   end
  206.   object Rep: TQuickReport
  207.     DataSource = DataSource1
  208.     ColumnMarginInches = 0
  209.     ColumnMarginMM = 0
  210.     Columns = 3
  211.     DisplayPrintDialog = False
  212.     LeftMarginInches = 0
  213.     LeftMarginMM = 0
  214.     Orientation = poPortrait
  215.     PrintOrder = qrColByCol
  216.     ReportTitle = 'QuickReport mailing label demonstration'
  217.     RestartData = True
  218.     SQLCompatible = False
  219.     TitleBeforeHeader = False
  220.     Left = 3
  221.     Top = 100
  222.   end
  223. end
  224.